@charset "UTF-8";

@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open_sans_light.ttf') format('truetype')
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/helvetica_regular.woff') format('woff')
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/helvetica_bold.woff') format('woff')
}

body {
    font-family: 'HelveticaNeueCyr', 'Helvetica', 'Arial';
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
}

.container {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 690px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 946px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1166px;
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 1560px;
    }
}

.no-indentations {
    margin-right: 0;
    margin-left: 0;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

header {
    padding: 17px 0;
    font-family: 'HelveticaNeueCyr', 'Helvetica', 'Arial';
}

header .logo {
    width: 210px;
    margin-right: 20px;
    flex-shrink: 0;
}

#map {
    width: 100%;
    height: 455px;
    position: relative;
}

header .container {
    justify-content: space-between;
    align-items: center;
}

header ul {
    display: flex;
}

header .hamburger {
    display: block;
    position: relative;
    color: #333;
    border: 1px solid #EBEBEB;
    padding: 9px 14px;
    text-decoration: none;
    cursor: pointer;
}

header .hamburger:hover {
    background: #0070C9;
    color: #fff;
}

header .hamburger svg {
    margin-left: 8px;
    vertical-align: middle;
}

header .hamburger svg g {
    stroke: #333;
}

header .hamburger:hover svg g {
    stroke: #fff;
}

header .dropdown-menu,
header .dropdown-menu .li-dropdown ul {
    display: none;
}

header .hamburger:hover .dropdown-menu {
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    /*border: 2px solid #0070C9;*/
    top: 28px;
    min-width: 266px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

header .hamburger:hover .dropdown-menu li {
    position: relative;
}

header .hamburger:hover .dropdown-menu li svg {
    position: absolute;
    right: 20px;
    top: 12px;
}

header .hamburger:hover .dropdown-menu li svg g {
    fill: #0070C9;
    stroke: #0070C9;
}

header .hamburger:hover .dropdown-menu li a {
    display: block;
    padding: 14px 14px 14px 14px;
    color: #333;
    font-size: 18px;
    line-height: 22px;
}

header .hamburger:hover .dropdown-menu li:hover {
    background: #0070C9;
}

header .hamburger:hover .dropdown-menu li:hover a {
    color: #fff;
}

header .hamburger:hover .dropdown-menu li:hover svg g {
    fill: #fff;
    stroke: #fff;
}

header .hamburger:hover .dropdown-menu li.li-dropdown:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 282px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

header .hamburger:hover .dropdown-menu li.li-dropdown:hover ul li a {
    color: #333;
}

header .hamburger:hover .dropdown-menu li.li-dropdown:hover ul li:hover a {
    color: #fff;
}

header nav a {
    margin: 0 20px;
    color: #333;
}

header nav a:hover {
    text-decoration: underline;
}

header .container {
    flex-wrap: nowrap;
}

header .phones {
    max-width: 250px;
    text-align: right;
}

header .phones .drop-down-menu-social {
    position: relative;
    width: 100%;
}

header .phones .drop-down-menu-social img {
    vertical-align: middle;
}

header .phones .drop-down-menu-social img.icon-whats-app {
    width: 26px;
    height: 26px;
}

header .phones .drop-down-menu-social a {
    color: #333;
}

header .phones .menu-social {
    display: none;
}

header .phones .menu-social {
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    min-width: 234px;
    text-align: left;
}

header .phones .menu-social .name {
    padding: 24px 14px 14px 14px;
}

header .phones .menu-social ul {
    display: block;
    margin: 0;
}

header .phones .menu-social ul li a {
    display: block;
    padding: 14px;
    font-size: 18px;
    line-height: 18px;
}

header .phones .menu-social ul li a:hover {
    background: #0070C9;
    color: #fff;
}

header .phones .menu-social ul li a img {
    width: 26px;
    height: 26px;
}

header .phones .menu-social ul li a span {
    vertical-align: middle;
}

header .phones .menu-social.active {
    display: block;
}

header .phones .phone {
    font-weight: bold;
    margin-left: 14px;
}

header .phones .request-call {
    display: block;
    margin-top: 6px;
    color: #0070C9;
    text-decoration: underline;
}

header .phones .request-call:hover {
    text-decoration: none;
}

.mobile,
.mobile-inline {
    display: none;
}

.title {
    font-family: 'Open Sans Light', 'Helvetica', 'Arial';
    font-size: 41px;
    line-height: 51px;
    /* font-weight: 300; */
    margin-bottom: 60px;
    text-align: center;
}

.btn {
    display: inline-block;
    background: #00c919;
    font-family: 'HelveticaNeueCyr', 'Helvetica', 'Arial';
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    padding: 24px 50px;
	border: 2px solid #138922;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
	background: #fff;
    color: #00c919;
	border: 2px solid #138922;
}

.text-center {
    text-align: center;
}

.main-content {
    margin-top: 108px;
}

.main-banner {
    background: url(../images/main_banner.jpg) no-repeat center center / contain;
    height: 664px;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 54px;
}

.main-content .container {
    padding: 50px 0 60px 0;
    clear: both;
}

.main-content .main-banner .container {
    padding: 0;
}

.main-banner .title {
    margin-bottom: 30px;
    color: #fff;
    max-width: 700px;
    margin: auto;
	background: #0070c9c7;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
    padding: 15px 0;
	text-shadow: 0px 0px 5px #010e4b;
}

.main-banner .text {
    color: #fff;
	background: #0070c9;
    max-width: 700px;
    position: relative;
    top: 0px;
    margin: auto;
    font-family: 'Open Sans Light', 'Helvetica', 'Arial';
    text-transform: uppercase;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.main-banner .btn {
    margin-top:15px;
}

.main-banner .btn:hover {
    border-color: #fff;
}

.main-banner .numbers {
    position: relative;
    background: #fff;
    box-shadow: 0 2px 3px 0 #9B9B9B;
    padding: 40px 60px;
    margin: 290px auto 0 auto;
    justify-content: space-between;
    width: 754px;
    font-family: 'HelveticaNeueCyr', 'Helvetica', 'Arial';
}

.main-banner .numbers .number {
    color: #0070C9;
    font-size: 42px;
    line-height: 50px;
}

.main-banner .numbers .description {
    margin-top: 10px;
}

.bg-grey {
    background: #FAFAFA;
}

.why-are-we {
    justify-content: center;
    font-family: 'HelveticaNeueCyr', 'Helvetica', 'Arial';
}

.why-are-we__item {
    width: 220px;
    margin: 0 60px;
}

.why-are-we__item .name {
    font-weight: bold;
    margin-top: 30px;
}

.why-are-we__item .description {
    margin-top: 35px;
    font-size: 18px;
    line-height: 28px;
}

.calculator-form {
    max-width: 1000px;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
}

.calculator-form .d-flex {
    justify-content: space-between;
}

.calculator-form__item {
    width: 49%;
    margin-bottom: 70px;
}

input#type-2, input#deals-2 {
    margin-left: 60px;
}

.calculator-form .text-center {
    display: block;
    width: 100%;
}

.calculator-form__item .name {
    font-family: 'HelveticaNeueCyr', 'Helvetica', 'Arial';
    font-weight: bold;
    margin-bottom: 25px;
}

.calculator-form__item-value {
    margin-bottom: 20px;
}

.calculator-form__item-value input {
    vertical-align: middle;
}

.calculator-form__item-value label {
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
}

.calculator-form__item-price {
    padding: 14px;
    border: 1px solid #333;
    border-right: none;
    outline: none;
    border-radius: 0;
    background: #fff;
}
.calculator-form__item-creditors {
    padding: 14px;
    border: 1px solid #333;
    outline: none;
    border-radius: 0;
    background: #fff;
}

.calculator-form__item-rub {
    width: 38px;
    padding: 14px;
    border: 1px solid #333;
    /*border-left: none;*/
    background: #fff;
    position: relative;
    left: -6px;
    border-radius: 0;
    outline: none;
    cursor: default;
}

.text-center {
    text-align: center;
}

.themis-block {
    background: url('../images/bg_themis.jpg') no-repeat left center / cover;
    color: #fff;
    text-align: center;
}

.themis-block .container {
    max-width: 1020px;
}

.themis-block .btn {
    background: #00c919;
    border: 2px solid #138922;
    margin-top: 30px;
}

.themis-block .btn:hover {
	background: #fff;
    color: #00c919;
	border: 2px solid #138922;
}

.types-of-debts {
    justify-content: space-around;
}

.types-of-debts__item {
    display: flex;
    width: 608px;
    align-items: center;
    margin-bottom: 63px;
}

.types-of-debts__item img {
    margin-right: 25px;
}

.types-of-debts__item .name {
    margin-bottom: 25px;
    font-weight: bold;
}

.contacts-map {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 1;
    background: #fff;
    padding: 25px 35px;
    max-width: 333px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 4px;
}

.contacts-map .title {
    margin-bottom: 10px;
    text-align: left;
}

.contacts-map .btn {
    margin-top: 20px;
    width: 100%;
    padding: 24px 0;
    text-align: center;
    color: #fff;
}

.contacts-map .btn:hover {
    color: #0070C9;
}

.contacts-map a {
    color: #333;
    font-family: 'HelveticaNeueCyr', 'Helvetica', 'Arial';
    font-weight: bold;
}

footer {
    background: #0070C9;
    padding: 80px 60px;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

footer .copy {
    font-size: 14px;
    line-height: 18px;
}

footer .privacy-policy-link {
    font-size: 14px;
    line-height: 18px;
}

footer .logo {
    margin-bottom: 49px;
}

footer .phone {
    display: block;
    font-size: 38px;
    line-height: 38px;
}

footer .btn {
    display: block;
    background: #00c919;
    border: 2px solid #138922;
    margin-top: 27px;
    text-align: center;
    padding: 24px 0;
}

footer .btn:hover {
    background: #fff;
    border: 2px solid #138922;
    color: #00c919;
    text-decoration: none;
}



footer .site-map-link {
    display: block;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    margin-top: 35px;
}

footer .footer__item .socials a:hover {
    text-decoration: none;
}

footer .footer__item .socials a img {
    width: 30px;
    vertical-align: middle;
}

#expand-full-page-menu {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #fff;
    display: block;
    position: fixed;
    z-index: 999;
    opacity: 0;
    text-align: center;
    overflow: auto;
}

#expand-full-page-menu.visible-menu {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#expand-full-page-menu header {
    position: relative;
}

#expand-full-page-menu .icon-close img {
    width: 16px;
    height: 16px;
}

#expand-full-page-menu .dropdown-menu {
    text-align: left;
    margin-top: 0;
}

#expand-full-page-menu .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #979797;
}

#expand-full-page-menu .dropdown-menu li:not(.li-dropdown) a {
    display: block;
    padding: 14px 0;
    color: #333;
}

#expand-full-page-menu .dropdown-menu li.li-dropdown span {
    display: block;
}

#expand-full-page-menu .dropdown-menu li.li-dropdown span a {
    display: inline-block;
    padding: 14px 60% 14px 0;
    color: #333;
}

#expand-full-page-menu .dropdown-menu li.li-dropdown ul {
    display: none;
}

#expand-full-page-menu .dropdown-menu li.li-dropdown.active > a {
    color: #33333399;
}

#expand-full-page-menu .dropdown-menu li.li-dropdown.active ul {
    display: block;
}

#expand-full-page-menu .dropdown-menu li.li-dropdown.active ul li {
    padding-left: 35px;
}

#expand-full-page-menu .dropdown-menu li.li-dropdown.active ul li {
    border-bottom: none;
    border-top: 1px solid #979797;
}

#expand-full-page-menu .dropdown-menu li.li-dropdown svg {
    position: absolute;
    width: 13px;
    height: 21px;
    right: 0;
    top: 14px;
}

#expand-full-page-menu .dropdown-menu li.li-dropdown svg g {
    fill: #0070C9;
    stroke: #0070C9;
}

#expand-full-page-menu .dropdown-menu li.li-dropdown.active svg {
    transform: rotate(90deg);
}

#expand-full-page-menu .container {
    padding-left: 36px;
    padding-right: 36px;
}

#expand-full-page-menu .socials {
    text-align: left;
    margin-top: 40px;
}

#expand-full-page-menu .socials a {
    display: inline-block;
    margin: 20px;
}

#expand-full-page-menu .socials a:first-child {
    margin-left: 0;
}

#expand-full-page-menu .socials a img {
    width: 41px;
    vertical-align: middle;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-center {
    justify-content: center;
}

.copy-block-mobile-320 {
    display: none;
}

.main-content .container.page-404 {
    padding-top: 130px;
}

.main-content .container.page-404 h1 {
    font-size: 84px;
    line-height: 84px;
}

.main-content .container.page-404 .sub-title {
    margin-top: 100px;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Open Sans Light', 'Helvetica', 'Arial';
    font-weight: 300;
}

.main-content .container.page-404 .btn {
    margin-top: 100px;
}

.yandex-map-link {
    display: none;
}

.services-banner {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
    padding-top: 60px;
}

/*.bankruptcy-page-banner {*/
/*    height: 530px;*/
/*}*/

.services-banner .container {
    max-width: 910px;
    padding: 30px 90px;
    border-radius: 4px;
    margin-top: 30px;
}

.services-banner .container.bg-white-banner {
    background: rgba(255, 255, 255, 0.7);
}

.services-banner .container.wide {
    max-width: 1244px;
}

.services-banner .container.wide.bankruptcy {
    max-width: 1000px;
}

.services-banner.bg-white .container {
    background: rgba(255, 255, 255, 0.7);
}

.services-banner .title {
    margin-bottom: 30px;
    margin-top: 0;
}

.services-banner .text {
    margin: auto;
    font-family: 'Open Sans Light', 'Helvetica', 'Arial';
    text-transform: uppercase;
}

.services-banner .btn {
    margin-top: 54px;
    padding: 16px 46px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.services-page-banner .btn,
.bankruptcy-page-banner .btn {
    font-weight: normal;
    font-family: 'Open Sans Light', 'Helvetica', 'Arial';
}

.about-page-banner .title {
    color: #fff;
}

.about-page-banner .sub-title {
    color: #fff;
    margin-top: 60px;
    text-transform: uppercase;
    font-family: 'Open Sans Light', 'Helvetica', 'Arial';
    font-weight: 300;
}

.about-page-banner .btn {
    margin-top: 110px;
}

.calculator-form-entity .calculator-form__item:first-child {
    width: 242px;
}

.calculator-form-entity .calculator-form__item:nth-child(2) {
    width: 340px;
}

.calculator-form-entity .calculator-form__item:last-child {
    width: 400px;
}

.calculator-form-entity .calculator-form__item-rub {
    border-left: 1px solid #333;
}

.services-banner .btn.margin-right {
    margin-right: 30px;
}

.icons-wide .item {
    width: 240px;
}

.icons-wide.about-page .item {
    width: 300px;
}

.icons-wide .item .name {
    margin-top: 75px;
    font-weight: bold;
}

.icons-wide.about-page .item .name {
    margin-top: 30px;
}

.icons-wide .item .description {
    margin-top: 35px;
    font-size: 18px;
    line-height: 28px;
}

.icons-wide {
    margin-bottom: 60px;
}

.icons-wide.about-page {
    margin-bottom: 0;
}

.services-content-block .img {
    float: left;
    margin-right: 60px;
}

.clear {
    clear: both;
}

.services-content-block .text {
    font-size: 18px;
    line-height: 28px;
}

ymaps .contacts-page {
    margin-top: 15px;
}

.contacts-page #map,
.contacts-page #branches-map {
    width: 70%;
    height: 545px;
    margin-left: auto;
}

.contacts-page .title {
    text-align: left;
}

.contacts-page .info {
    width: 35%;
}

ymaps .contacts-page .info {
    width: 100%;
}

.contacts-page #map,
.contacts-page #branches-map {
    width: 60%;
}

.contacts-page .info a {
    color: #333;
}

.contacts-page .info .btn {
    padding: 10px 40px;
    color: #fff;
    margin-left: 30px;
    font-size: 18px;
    line-height: 28px;
}

.contacts-page .info .btn:hover {
    color: #0070C9;
}

.contacts-page .info .phone,
.contacts-page .info .email,
.contacts-page .info .clock,
.contacts-page .info .navigator-link {
    margin: 15px 0;
}

ymaps .contacts-page .info .phone,
ymaps .contacts-page .info .email,
ymaps .contacts-page .info .clock {
    margin: 10px 0;
}

.contacts-page .info .phone img,
.contacts-page .info .email img,
.contacts-page .info .clock img,
.contacts-page .info .address img,
ymaps .contacts-page .info .address img {
    margin-right: 10px;
    max-width: 15px;
}

.contacts-page .info .address img {
    margin-right: 15px;
}

.contacts-page .info .navigator-link img {
    margin-right: 10px;
    vertical-align: middle;
}

.contacts-page .info .show-on-map {
    color: #0070C9;
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    margin-left: 30px;
    margin-top: 15px;
    display: block;
}

.faq-block .text {
    max-width: 540px;
    margin: auto;
    text-align: center;
}

.faq-block .faq-types {
    margin-top: 60px;
    margin-bottom: 90px;
}

.faq-types .btn {
    text-transform: uppercase;
    font-weight: normal;
    background: #fff;
    color: #333333;
    padding: 18px 100px;
    position: relative;
}

.faq-types .btn.active,
.faq-types .btn:hover {
    background: #0070C9;
    color: #fff;
}

.faq-types .btn.active::after {
    content: url('../images/icons/triangle_3.svg');
    position: absolute;
    bottom: -24px;
    left: 120px;
}

.faq-items .item {
    margin-bottom: 60px;
    cursor: pointer;
}

.faq-items .item .question {
    color: #0070C9;
}

.faq-items .item .question svg {
    width: 11px;
    height: 18px;
    fill: #0070C9;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 13px;
}


.faq-items .item .answer {
    margin-left: 40px;
    margin-top: 30px;
    display: none;
}

.faq-items .item.active .question {
    color: #4a4a4a99;
}

.faq-items .item.active .question svg {
    transform: rotate(90deg);
}

.faq-items .item.active .answer {
    display: block;
}

.blue-link {
    color: #0070C9;
    text-decoration: underline;
    outline: none;
}

.blue-link:hover {
    text-decoration: none;
}

.news-items .item .content a.black-link {
    display: block;
    margin-top: 0;
    color: #333;
}

.news-items .item .content a.black-link:hover {
    text-decoration: underline;
}

.news-items .item {
    position: relative;
}

.news-items .item .img {
    width: 284px;
    height: 180px;
    border-radius: 4px;
}

.news-items .item .content {
    position: relative;
    background: #FAFAFA;
    padding: 35px 30px 20px 30px;
    max-width: 1100px;
    top: -86px;
    left: 212px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.news-items .item .content .name {
    font-weight: bold;
    border-radius: 4px;
}

.news-items .item .content .description {
    margin-top: 35px;
    font-size: 18px;
    line-height: 28px;
}

.news-items .item .content a {
    display: inline-block;
    margin-top: 20px;
}

.text-right {
    text-align: right;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    color: #33333366;
    padding: 15px 30px;
    border: 1px solid #33333366;
}

.pagination li a:hover {
    color: #000;
    border-color: #000;
}

.pagination li span {
    color: #33333366;
    padding: 15px 30px;
    border: 1px solid #33333366;
}

.pagination li.disabled {
    display: none;
}

.pagination li.active a,
.pagination li.active span {
    color: #000;
    border-color: #000;
}

.news-detail-block a.back-link {
    margin-top: 50px;
    display: block;
}

.teams {
    margin-top: 60px;
}

.teams .slick-list {
    left: 12px;
}

.teams .item {
    width: 400px;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 10px;
    outline: none;
}

.teams .img {
    height: 196px;
    text-align: center;
}

.teams .img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.teams .position {
    margin-top: 30px;
    height: 60px;
}

.teams .name {
    margin-top: 30px;
    font-weight: bold;
    text-decoration: underline;
}

.teams .name span {
    display: block;
}

.teams .description {
    margin-top: 30px;
    font-size: 18px;
    line-height: 28px;
}

.icons-partners .item {
    width: 160px;
}

.icons-partners .img {
    height: 70px;
    text-align: center;
}

.icons-partners .img img {
    max-height: 100%;
}

.icons-partners .name {
    margin-top: 15px;
    text-align: center;
}

.bankruptcy-stories .slick-dots li button:before,
.teams .slick-dots li button:before,
.reviews .slick-dots li button:before {
    color: #ccc;
}

.bankruptcy-stories .slick-next,
.bankruptcy-stories .slick-prev,
.teams .slick-next,
.teams .slick-prev,
.reviews .slick-next,
.reviews .slick-prev {
    width: 45px;
    height: 45px;
}

.bankruptcy-stories .slick-next,
.teams .slick-next,
.reviews .slick-next {
    right: -50px;
}

.bankruptcy-stories .item {
    width: 454px;
    display: flex;
    padding: 30px;
    box-sizing: border-box;
    margin-right: 36px;
    outline: none;
}

.bankruptcy-stories .description {
    width: 146px;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 28px;
}

.bankruptcy-stories .description .price {
    font-weight: bold;
    text-decoration: line-through;
}

.bankruptcy-stories .img {
    width: 222px;
    height: 315px;
}

.bankruptcy-stories .img img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.bankruptcy-stories .description a {
    display: block;
    margin-top: 20px;
    text-align: right;
    padding-right: 10px;
}

.slick-prev:before {
    content: url('../images/icons/arrow_left.svg');
}

.slick-next:before {
    content: url('../images/icons/arrow_right.svg');
}

.slick-list {
    left: 30px;
}

.certificates .item {
    width: 222px;
    height: 315px;
    margin: 30px 30px 0 30px;
}

.certificates .item img {
    max-width: 100%;
    max-height: 100%;
}

.reviews .item {
    text-align: center;
}

.reviews .item .img {
    text-align: center;
}

.reviews .item .img img {
    display: inline-block;
}

.reviews .name {
    margin-top: 30px;
    font-weight: bold;
}

.reviews .text {
    width: 380px;
    margin: 35px auto 0 auto;
    font-size: 18px;
    line-height: 28px;
}

.reviews {
    margin-bottom: 60px !important;
}

.cost-of-services-banner {
    position: relative;
    display: none;
    margin-bottom: 80px;
}

.cost-of-services-banner.active {
    display: block;
}

.cost-of-services-banner .info {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    padding-top: 50px;
    width: 754px;
    position: absolute;
    left: 10%;
    border-radius: 4px;
}

.slider_nav {
    margin: 31% 0 0 73%;
    position: relative;
    display: block;
    width: 130px;
}

.cost-of-services-banner .info .name {
    text-transform: uppercase;
}

.cost-of-services-banner .info .description {
    padding: 0 80px;
    margin-top: 30px;
}

.cost-of-services-banner .info .btn {
    width: 750px;
    padding: 24px 0;
    border-radius: 0;
}

.cost-of-services-banner .arrow-left {
    position: absolute;
    left: 4%;
    bottom: 15%;
    opacity: 0.7;
}

.cost-of-services-banner .arrow-right {
    position: absolute;
    right: -35%;
    bottom: 15%;
    opacity: 0.7;
}

.cost-of-services-banner .arrow-left:hover,
.cost-of-services-banner .arrow-right:hover {
    opacity: 1;
}

.cost-of-services-banner .dots {
    position: absolute;
    bottom: 8%;
    right: 4%;
}

.bankruptcy-value-block .btn {
    margin-top: 60px;
}

.bankruptcy-value-slider .description {
    width: 60%;
    padding: 0 0 0 40px;
}

.bankruptcy-value-slider .img {
    margin-left: auto;
    padding: 0 40px 0 0;
}

.bankruptcy-value-slider .item {
    display: flex;
    align-items: center;
}

.slick-dots li button:before {
    font-size: 12px;
    color: white;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #006fc9;
}

.slick-dots li {
    width: 15px;
    height: 15px;
}

.slick-dots li button:before {
    line-height: 14px;
    width: 12px;
    height: 12px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

.white-popup-block .title {
    margin-bottom: 0;
}

.white-popup-block {
    padding: 30px 60px;
    max-width: 550px;
    color: #333;
    border-radius: 4px;
}

.white-popup-block .subtitle {
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Open Sans Light', 'Helvetica', 'Arial';
}

.white-popup-block input {
    margin-left: 0;
    border: 1px solid #2D2D2D;
    color: #333;
    padding: 12px 30px;
    font-size: 24px;
    line-height: 34px;
    width: 295px;
    background: transparent;
    vertical-align: top;
    border-radius: 4px;
    outline: none;
}

.white-popup-block .btn {
    padding: 16px 46px;
    margin: 0;
}

.white-popup-block .privacy-policy-link {
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    margin: 10px 0 0 0;
}





.blue-popup-block {
    padding: 10px 10px;
    max-width: 550px;
    color: #fff;
    border-radius: 4px;
    background: #0070C9;
	text-align: center;
}

.white-border {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px;
    padding: 30px 60px;
}

.more_info {
    display: inline-block;
    padding: 8px 46px;
    background: #fff;
    border-radius: 4px;
}

.more_info:hover {
    background: #16c900;
    color: #fff;
	transition: 0.5s;
}

.mfp-content {
    width: 520px !important;
    margin: auto;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

a.js-dont_show {
    color: #fff;
	text-decoration: underline dashed;
}

a.js-dont_show:hover {
    color: #fff;
    text-decoration: underline;
}	

.blue-popup-block .title {
    margin-bottom: 0;
}

.blue-popup-block .subtitle {
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Open Sans Light', 'Helvetica', 'Arial';
}

.blue-popup-block input {
    margin-left: 0;
    border: 1px solid #2D2D2D;
    color: #333;
    padding: 12px 30px;
    font-size: 24px;
    line-height: 34px;
    width: 295px;
    background: transparent;
    vertical-align: top;
    border-radius: 4px;
    outline: none;
}

.blue-popup-block .btn {
    padding: 16px 46px;
    margin: 0;
}

.blue-popup-block .privacy-policy-link {
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    margin: 10px 0 0 0;
}


#calculator-price {
    display: none;
    margin-top: 40px;
    font-weight: bold;
    font-size: 22px;
}

.admin-panel-link {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    line-height: 12px;
    color: #0070C9;
    text-decoration: underline;
}

.clear-both {
    clear: both;
}

.hidden {
    display: none;
}

#popup-calculator-price-form {
    max-width: 580px;
}

#popup-calculator-price-form .title {
    margin-top: 0;
}

#popup-calculator-price-form .btn {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.presentation {
    padding: 10px 0;
    font-weight: bold;
    text-align: right;
    display: none
}

#pdf-canvas-wrap {
    background: url(/images/loader.gif) no-repeat center center;
}

#pdf-canvas {
    max-width: 100%;
}

.site-map-items li {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.site-map-items li:first-child {
    border-top: 0;
}

.site-map-items li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.site-map-items li a {
    color: #0070C9;
    text-decoration: underline;
}

.site-map-items li a:hover {
    text-decoration: none;
}

.news-detail-block ul {
    list-style: circle;
    padding-left: inherit;
}

.news-detail-block ol > li {
    margin-top: 5px;
}

.news-items .item .img img {
    max-width: 100%;
    max-height: 100%;
}

.city-wrap {
    width: 100%;
    text-align: right;
    margin-bottom: 4px;
}

.city-wrap svg {
    vertical-align: middle;
}

.city-wrap a {
    color: #0070C9;
    text-decoration: underline;
    font-size: 14px;
    vertical-align: middle;
}

.city-wrap.mobile {
    display: none;
}

#popup-cities-form .cities {
    margin: 30px 0;
    text-align: center;
}

#popup-cities-form .cities a {
    color: #0070C9;
    text-decoration: underline;
    margin: 2px;
}

#popup-cities-form .cities a.active {
    color: #333;
    text-decoration: none;
}

.select2-container {
    width: 65%;
}

.branch-network-page .select2-container {
    width: calc(100% - 10px);
}

.select2-container .select2-selection--single {
    height: 60px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 15px;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.cities-search {
    text-align: center;
}

.flex-items {
    display: flex;
}

.branch-list .item {
    border-top: 1px solid #333;
    padding: 30px 0 10px 0;
}

.contacts-page .info .branch-list .show-on-map {
    margin-top: 5px;
}

.city-time {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.city-time .time {
    color: #969696;
    font-size: 14px;
    line-height: 18px;
    max-width: 150px;
}

.branch-network-page .cities-search {
    margin-bottom: 20px;
}

.branch-network-page .cities-search form {
    display: flex;
    justify-content: space-between;
}

.branch-network-page .info .cities-search .btn {
    line-height: 36px;
}

.branch-list {
    max-height: 545px;
    overflow-y: auto;
    padding-right: 10px;
}

.branch-network-page .title {
    margin-bottom: 30px;
}

.contacts-page .info .navigator-link {
    display: none;
}

.contacts-page .info .navigator-link a {
    color: #0070C9;
    text-decoration: underline;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #333;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0070C9;
    text-decoration: underline;
}

ul.breadcrumb li a:hover {
    text-decoration: none;
}

.branch-network-text {
    padding: 0 14px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

#btn-online-payment {
    opacity: 0;
    display: none;
    position: fixed;
    bottom: 55px;
    right: 82px;
    height: 56px;
    width: 124px;
    background: url('/images/btn_online_payment_new.png') no-repeat center center / contain;
}

#btn-online-payment:hover {
    opacity: 0.8 !important;
}

#btn-online-payment img {
    max-width: 100%;
    max-height: 100%;
}

.pmwidget.pmwidgetDone {
    margin: 20px auto 0 auto;
}

#pmOpenAmount {
    padding: 8px 14px;
    border: 1px solid #bbb;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    width: 100px;
    margin-left: 4px;
}

.b24-widget-button-inner-mask {
    background: #fff !important;
}

.paymaster-form {
    margin: 40px auto 0 auto;
    max-width: 380px;
    min-width: 280px;
    padding: 0 14px;
}

.paymaster-form .wrap-input.logo {
    width: 98%;
    display: block;
    margin-bottom: 20px;
}

.paymaster-form .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.paymaster-form .wrap-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.paymaster-form .wrap-input .name-field {
    position: relative;
    margin-bottom: 5px;
}

.paymaster-form .wrap-input .name-field.phone {
    margin-bottom: 0;
}

.paymaster-form .wrap-input .name-field .description {
    position: relative;
    top: -6px;
}

.paymaster-form .wrap-input .name-field i {
    color: red;
}

.paymaster-form .wrap-input .field {
    border: 1px solid #333;
    border-radius: 4px;
    padding: 10px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.paymaster-form .wrap-input button {
    margin-top: 20px;
}

.paymaster-form .description {
    font-size: 12px;
    margin: 0;
}

.paymaster-form .description ul {
    font-size: 12px;
    margin: 0;
}

.paymaster-form .description ul li i {
    color: red;
    display: inline-block;
    margin-right: 2px;
}
